CHECK constraint <name> already exists. (Error 3756)

This error occurs when, using the ALTER TABLE ALTER COLUMN syntax, you try to use a constraint name for a CHECK constraint that is already used on that table. This error can also occur when using the Microsoft� OLE DB Provider for Jet and attempting to add a CHECK constraint that has the same name as another CHECK constraint in the same table.